翻訳と辞書 |
Language Integrated Query : ウィキペディア英語版 | Language Integrated Query
Language Integrated Query (LINQ, pronounced "link" and "linqiu") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages, although ports exist for Java,〔(【引用サイトリンク】 Pure Java library with LINQ-style implementation )〕 PHP, JavaScript and ActionScript. LINQ extends the language by the addition of query expressions, which are akin to SQL statements, and can be used to conveniently extract and process data from arrays, enumerable classes, XML documents, relational databases, and third-party data sources. Other uses, which utilize query expressions as a general framework for readably composing arbitrary computations, include the construction of event handlers or monadic parsers.〔(【引用サイトリンク】 Monadic Parser Combinators using C#3 )〕 LINQ also defines a set of method names (called ''standard query operators'', or ''standard sequence operators''), along with translation rules used by the compiler to translate fluent-style query expressions into expressions using these method names, lambda expressions and anonymous types. Many of the concepts that LINQ has introduced were originally tested in Microsoft's Cω research project. LINQ was released as a major part of .NET Framework 3.5 on November 19, 2007. ==Architecture of LINQ in the .NET Framework==
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Language Integrated Query」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|